home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineButton2_320 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-03  |  314 b   |  9 lines

  1. on(release){
  2.    gotoAndStop("init");
  3.    var node = downloads.byPath("generic");
  4.    var file = node.byPath("collins_products").getText();
  5.    var osPermissions = 3;
  6.    var fileOrFolder = "file";
  7.    getURL("lingo:Flsh_downloadAsset(\"" + file + "\",\"" + osPermissions + "\",\"" + fileOrFolder + "\")","");
  8. }
  9.